Html Css Color HEX #DC6BB4 Persian Pink

📋 copy color: '#DC6BB4'

red 220 ◦ green 107 ◦ blue 180

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

Shades of Persian Pink #DC6BB4

Tints of Persian Pink #DC6BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.5%

R = 43.39%
G = 21.1%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC6BB4 (or 0xDC6BB4) is known color: Persian Pink. HEX triplet: DC, 6B and B4. RGB value is (220,107,180). Sum of RGB (Red+Green+Blue) = 220+107+180=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BB4 is #23944B. Grayscale: #949494. Windows color (decimal): -2331724 or 11824092. OLE color: 11824092.

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

Color convert

RGB 220 107 180 -
CMYK 0 0.51 0.18 0.14
HSL 321.24º 0.62% 0.64% -
HSV(B) 321.24º 0.51% 0.86% -
XYZ 43.01 29.03 46.52 -
YUV 149.11 145.44 178.56 -
System Red Green Blue C M Y K H S L
Decimal 220 107 180 0 0.51 0.18 0.14 321.24 0.62 0.64
Hex DC 6B B4 0 33 12 E 141 3E 40
Octal 334 153 264 0 63 22 16 501 76 100
Binary 11011100 1101011 10110100 0 110011 10010 1110 101000001 111110 1000000

Color Harmonies of #DC6BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6BB4

Black with #DC6BB4

Text Example


Text Example

White with #DC6BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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