Html Css Color HEX #DF39B2 Persian Rose

📋 copy color: '#DF39B2'

red 223 ◦ green 57 ◦ blue 178

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

Shades of Persian Rose #DF39B2

Tints of Persian Rose #DF39B2

RGB

 RED value IS 223 (87.5% from 255) = 48.69%

 GREEN value IS 57 (22.66% from 255) = 12.45%

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

R = 48.69%
G = 12.45%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF39B2 (or 0xDF39B2) is known color: Persian Rose. HEX triplet: DF, 39 and B2. RGB value is (223,57,178). Sum of RGB (Red+Green+Blue) = 223+57+178=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 57 (22.66% from 255 or 12.45% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF39B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF39B2 is #20C64D. Grayscale: #787878. Windows color (decimal): -2147918 or 11680223. OLE color: 11680223.

HSL color Cylindrical-coordinate representation of color #DF39B2: hue angle of 316.27º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF39B2 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 57 178 -
CMYK 0 0.74 0.20 0.13
HSL 316.27º 0.72% 0.55% -
HSV(B) 316.27º 0.74% 0.87% -
XYZ 39.93 21.83 44.23 -
YUV 120.43 160.5 201.16 -
System Red Green Blue C M Y K H S L
Decimal 223 57 178 0 0.74 0.20 0.13 316.27 0.72 0.55
Hex DF 39 B2 0 4A 14 D 13C 48 37
Octal 337 71 262 0 112 24 15 474 110 67
Binary 11011111 111001 10110010 0 1001010 10100 1101 100111100 1001000 110111

Color Harmonies of #DF39B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF39B2

Black with #DF39B2

Text Example


Text Example

White with #DF39B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF39B2; }

 p { color: rgb(223,57,178); }

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

background-color css

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

 a { background-color: rgb(223,57,178); }

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

border-color css

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

 span { border-color: rgb(223,57,178); }

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