Html Css Color HEX #DC6BB8 Persian Pink

📋 copy color: '#DC6BB8'

red 220 ◦ green 107 ◦ blue 184

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

Shades of Persian Pink #DC6BB8

Tints of Persian Pink #DC6BB8

RGB

 RED value IS 220 (86.33% from 255) = 43.05%

 GREEN value IS 107 (42.19% from 255) = 20.94%

 BLUE value IS 184 (72.27% from 255) = 36.01%

R = 43.05%
G = 20.94%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC6BB8 (or 0xDC6BB8) is known color: Persian Pink. HEX triplet: DC, 6B and B8. RGB value is (220,107,184). Sum of RGB (Red+Green+Blue) = 220+107+184=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BB8 is #239447. Grayscale: #959595. Windows color (decimal): -2331720 or 12086236. OLE color: 12086236.

HSL color Cylindrical-coordinate representation of color #DC6BB8: hue angle of 319.12º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6BB8 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 107 184 -
CMYK 0 0.51 0.16 0.14
HSL 319.12º 0.62% 0.64% -
HSV(B) 319.12º 0.51% 0.86% -
XYZ 43.42 29.19 48.69 -
YUV 149.57 147.44 178.24 -
System Red Green Blue C M Y K H S L
Decimal 220 107 184 0 0.51 0.16 0.14 319.12 0.62 0.64
Hex DC 6B B8 0 33 10 E 13F 3E 40
Octal 334 153 270 0 63 20 16 477 76 100
Binary 11011100 1101011 10111000 0 110011 10000 1110 100111111 111110 1000000

Color Harmonies of #DC6BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6BB8

Black with #DC6BB8

Text Example


Text Example

White with #DC6BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6BB8; }

 p { color: rgb(220,107,184); }

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

background-color css

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

 a { background-color: rgb(220,107,184); }

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

border-color css

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

 span { border-color: rgb(220,107,184); }

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