Html Css Color HEX #D6269C Deep Cerise

📋 copy color: '#D6269C'

red 214 ◦ green 38 ◦ blue 156

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

Shades of Deep Cerise #D6269C

Tints of Deep Cerise #D6269C

RGB

 RED value IS 214 (83.98% from 255) = 52.45%

 GREEN value IS 38 (15.23% from 255) = 9.31%

 BLUE value IS 156 (61.33% from 255) = 38.24%

R = 52.45%
G = 9.31%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6269C (or 0xD6269C) is known color: Deep Cerise. HEX triplet: D6, 26 and 9C. RGB value is (214,38,156). Sum of RGB (Red+Green+Blue) = 214+38+156=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D6269C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6269C is #29D963. Grayscale: #676767. Windows color (decimal): -2742628 or 10233558. OLE color: 10233558.

HSL color Cylindrical-coordinate representation of color #D6269C: hue angle of 319.77º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D6269C is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 38 156 -
CMYK 0 0.82 0.27 0.16
HSL 319.77º 0.7% 0.49% -
HSV(B) 319.77º 0.82% 0.84% -
XYZ 34.43 18.08 33.13 -
YUV 104.08 157.31 206.41 -
System Red Green Blue C M Y K H S L
Decimal 214 38 156 0 0.82 0.27 0.16 319.77 0.7 0.49
Hex D6 26 9C 0 52 1B 10 140 46 31
Octal 326 46 234 0 122 33 20 500 106 61
Binary 11010110 100110 10011100 0 1010010 11011 10000 101000000 1000110 110001

Color Harmonies of #D6269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6269C

Black with #D6269C

Text Example


Text Example

White with #D6269C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6269C; }

 p { color: rgb(214,38,156); }

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

background-color css

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

 a { background-color: rgb(214,38,156); }

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

border-color css

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

 span { border-color: rgb(214,38,156); }

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