Html Css Color HEX #DC69B7 Persian Pink

📋 copy color: '#DC69B7'

red 220 ◦ green 105 ◦ blue 183

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

Shades of Persian Pink #DC69B7

Tints of Persian Pink #DC69B7

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.67%

 BLUE value IS 183 (71.88% from 255) = 36.02%

R = 43.31%
G = 20.67%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DC69B7 (or 0xDC69B7) is known color: Persian Pink. HEX triplet: DC, 69 and B7. RGB value is (220,105,183). Sum of RGB (Red+Green+Blue) = 220+105+183=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69B7 is #239648. Grayscale: #949494. Windows color (decimal): -2332233 or 12020188. OLE color: 12020188.

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

Color convert

RGB 220 105 183 -
CMYK 0 0.52 0.17 0.14
HSL 319.3º 0.62% 0.64% -
HSV(B) 319.3º 0.52% 0.86% -
XYZ 43.11 28.74 48.07 -
YUV 148.28 147.6 179.16 -
System Red Green Blue C M Y K H S L
Decimal 220 105 183 0 0.52 0.17 0.14 319.3 0.62 0.64
Hex DC 69 B7 0 34 11 E 13F 3E 40
Octal 334 151 267 0 64 21 16 477 76 100
Binary 11011100 1101001 10110111 0 110100 10001 1110 100111111 111110 1000000

Color Harmonies of #DC69B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC69B7

Black with #DC69B7

Text Example


Text Example

White with #DC69B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC69B7; }

 p { color: rgb(220,105,183); }

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

background-color css

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

 a { background-color: rgb(220,105,183); }

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

border-color css

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

 span { border-color: rgb(220,105,183); }

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