Html Css Color HEX #DF6EBD Persian Pink

📋 copy color: '#DF6EBD'

red 223 ◦ green 110 ◦ blue 189

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

Shades of Persian Pink #DF6EBD

Tints of Persian Pink #DF6EBD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.07%

 BLUE value IS 189 (74.22% from 255) = 36.21%

R = 42.72%
G = 21.07%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF6EBD (or 0xDF6EBD) is known color: Persian Pink. HEX triplet: DF, 6E and BD. RGB value is (223,110,189). Sum of RGB (Red+Green+Blue) = 223+110+189=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6EBD is #209142. Grayscale: #989898. Windows color (decimal): -2134339 or 12414687. OLE color: 12414687.

HSL color Cylindrical-coordinate representation of color #DF6EBD: hue angle of 318.05º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF6EBD is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 110 189 -
CMYK 0 0.51 0.15 0.13
HSL 318.05º 0.64% 0.65% -
HSV(B) 318.05º 0.51% 0.87% -
XYZ 45.19 30.51 51.65 -
YUV 152.79 148.44 178.08 -
System Red Green Blue C M Y K H S L
Decimal 223 110 189 0 0.51 0.15 0.13 318.05 0.64 0.65
Hex DF 6E BD 0 33 F D 13E 40 41
Octal 337 156 275 0 63 17 15 476 100 101
Binary 11011111 1101110 10111101 0 110011 1111 1101 100111110 1000000 1000001

Color Harmonies of #DF6EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6EBD

Black with #DF6EBD

Text Example


Text Example

White with #DF6EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6EBD; }

 p { color: rgb(223,110,189); }

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

background-color css

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

 a { background-color: rgb(223,110,189); }

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

border-color css

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

 span { border-color: rgb(223,110,189); }

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