Html Css Color HEX #DA38B2 Persian Rose

📋 copy color: '#DA38B2'

red 218 ◦ green 56 ◦ blue 178

#DA38B2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #DA38B2

Tints of Persian Rose #DA38B2

RGB

 RED value IS 218 (85.55% from 255) = 48.23%

 GREEN value IS 56 (22.27% from 255) = 12.39%

 BLUE value IS 178 (69.92% from 255) = 39.38%

R = 48.23%
G = 12.39%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DA38B2 (or 0xDA38B2) is known color: Persian Rose. HEX triplet: DA, 38 and B2. RGB value is (218,56,178). Sum of RGB (Red+Green+Blue) = 218+56+178=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 56 (22.27% from 255 or 12.39% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA38B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA38B2 is #25C74D. Grayscale: #767676. Windows color (decimal): -2475854 or 11679962. OLE color: 11679962.

HSL color Cylindrical-coordinate representation of color #DA38B2: hue angle of 314.81º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA38B2 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 56 178 -
CMYK 0 0.74 0.18 0.15
HSL 314.81º 0.69% 0.54% -
HSV(B) 314.81º 0.74% 0.85% -
XYZ 38.36 20.95 44.14 -
YUV 118.35 161.67 199.08 -
System Red Green Blue C M Y K H S L
Decimal 218 56 178 0 0.74 0.18 0.15 314.81 0.69 0.54
Hex DA 38 B2 0 4A 12 F 13B 45 36
Octal 332 70 262 0 112 22 17 473 105 66
Binary 11011010 111000 10110010 0 1001010 10010 1111 100111011 1000101 110110

Color Harmonies of #DA38B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA38B2

Black with #DA38B2

Text Example


Text Example

White with #DA38B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA38B2; }

 p { color: rgb(218,56,178); }

 H1.HeaderClassName
 {
   color: #DA38B2;
 }
 .AnyTagClassName
 {
   color: #DA38B2;
 }
</style>

background-color css

<style>
 a { background-color: #DA38B2; }

 a { background-color: rgb(218,56,178); }

 div.DivClassName
 {
   background-color: #DA38B2;
 }
 .BgClassName
 {
   background-color: #DA38B2;
 }
</style>

border-color css

<style>
 span { border-color: #DA38B2; }

 span { border-color: rgb(218,56,178); }

 td.TdClassName
 {
   border-color: #DA38B2;
 }
 .TagClassName
 {
   border-color: #DA38B2;
 }
</style>