Html Css Color HEX #DE6CBA Persian Pink

📋 copy color: '#DE6CBA'

red 222 ◦ green 108 ◦ blue 186

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

Shades of Persian Pink #DE6CBA

Tints of Persian Pink #DE6CBA

RGB

 RED value IS 222 (87.11% from 255) = 43.02%

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

 BLUE value IS 186 (73.05% from 255) = 36.05%

R = 43.02%
G = 20.93%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE6CBA (or 0xDE6CBA) is known color: Persian Pink. HEX triplet: DE, 6C and BA. RGB value is (222,108,186). Sum of RGB (Red+Green+Blue) = 222+108+186=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6CBA is #219345. Grayscale: #969696. Windows color (decimal): -2200390 or 12217566. OLE color: 12217566.

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

Color convert

RGB 222 108 186 -
CMYK 0 0.51 0.16 0.13
HSL 318.95º 0.63% 0.65% -
HSV(B) 318.95º 0.51% 0.87% -
XYZ 44.35 29.8 49.87 -
YUV 150.98 147.77 178.66 -
System Red Green Blue C M Y K H S L
Decimal 222 108 186 0 0.51 0.16 0.13 318.95 0.63 0.65
Hex DE 6C BA 0 33 10 D 13F 3F 41
Octal 336 154 272 0 63 20 15 477 77 101
Binary 11011110 1101100 10111010 0 110011 10000 1101 100111111 111111 1000001

Color Harmonies of #DE6CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6CBA

Black with #DE6CBA

Text Example


Text Example

White with #DE6CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6CBA; }

 p { color: rgb(222,108,186); }

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

background-color css

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

 a { background-color: rgb(222,108,186); }

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

border-color css

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

 span { border-color: rgb(222,108,186); }

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