Html Css Color HEX #DF6CBB Persian Pink

📋 copy color: '#DF6CBB'

red 223 ◦ green 108 ◦ blue 187

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

Shades of Persian Pink #DF6CBB

Tints of Persian Pink #DF6CBB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.85%

 BLUE value IS 187 (73.44% from 255) = 36.1%

R = 43.05%
G = 20.85%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF6CBB (or 0xDF6CBB) is known color: Persian Pink. HEX triplet: DF, 6C and BB. RGB value is (223,108,187). Sum of RGB (Red+Green+Blue) = 223+108+187=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6CBB is #209344. Grayscale: #979797. Windows color (decimal): -2134853 or 12283103. OLE color: 12283103.

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

Color convert

RGB 223 108 187 -
CMYK 0 0.52 0.16 0.13
HSL 318.78º 0.64% 0.65% -
HSV(B) 318.78º 0.52% 0.87% -
XYZ 44.76 30 50.45 -
YUV 151.39 148.1 179.08 -
System Red Green Blue C M Y K H S L
Decimal 223 108 187 0 0.52 0.16 0.13 318.78 0.64 0.65
Hex DF 6C BB 0 34 10 D 13F 40 41
Octal 337 154 273 0 64 20 15 477 100 101
Binary 11011111 1101100 10111011 0 110100 10000 1101 100111111 1000000 1000001

Color Harmonies of #DF6CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6CBB

Black with #DF6CBB

Text Example


Text Example

White with #DF6CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6CBB; }

 p { color: rgb(223,108,187); }

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

background-color css

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

 a { background-color: rgb(223,108,187); }

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

border-color css

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

 span { border-color: rgb(223,108,187); }

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