Html Css Color HEX #DF6DBD Persian Pink

📋 copy color: '#DF6DBD'

red 223 ◦ green 109 ◦ blue 189

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

Shades of Persian Pink #DF6DBD

Tints of Persian Pink #DF6DBD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.92%

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

R = 42.8%
G = 20.92%
B = 36.28%

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

#DF6DBD (or 0xDF6DBD) is known color: Persian Pink. HEX triplet: DF, 6D and BD. RGB value is (223,109,189). Sum of RGB (Red+Green+Blue) = 223+109+189=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6DBD is #209242. Grayscale: #979797. Windows color (decimal): -2134595 or 12414431. OLE color: 12414431.

HSL color Cylindrical-coordinate representation of color #DF6DBD: hue angle of 317.89º 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 #DF6DBD is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 109 189 -
CMYK 0 0.51 0.15 0.13
HSL 317.89º 0.64% 0.65% -
HSV(B) 317.89º 0.51% 0.87% -
XYZ 45.09 30.3 51.62 -
YUV 152.21 148.77 178.5 -
System Red Green Blue C M Y K H S L
Decimal 223 109 189 0 0.51 0.15 0.13 317.89 0.64 0.65
Hex DF 6D BD 0 33 F D 13E 40 41
Octal 337 155 275 0 63 17 15 476 100 101
Binary 11011111 1101101 10111101 0 110011 1111 1101 100111110 1000000 1000001

Color Harmonies of #DF6DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6DBD

Black with #DF6DBD

Text Example


Text Example

White with #DF6DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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