Html Css Color HEX #D6269D Deep Cerise

📋 copy color: '#D6269D'

red 214 ◦ green 38 ◦ blue 157

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

Shades of Deep Cerise #D6269D

Tints of Deep Cerise #D6269D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.39%

R = 52.32%
G = 9.29%
B = 38.39%

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

#D6269D (or 0xD6269D) is known color: Deep Cerise. HEX triplet: D6, 26 and 9D. RGB value is (214,38,157). Sum of RGB (Red+Green+Blue) = 214+38+157=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6269D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6269D is #29D962. Grayscale: #676767. Windows color (decimal): -2742627 or 10299094. OLE color: 10299094.

HSL color Cylindrical-coordinate representation of color #D6269D: hue angle of 319.43º 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 #D6269D is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 38 157 -
CMYK 0 0.82 0.27 0.16
HSL 319.43º 0.7% 0.49% -
HSV(B) 319.43º 0.82% 0.84% -
XYZ 34.51 18.12 33.58 -
YUV 104.19 157.81 206.32 -
System Red Green Blue C M Y K H S L
Decimal 214 38 157 0 0.82 0.27 0.16 319.43 0.7 0.49
Hex D6 26 9D 0 52 1B 10 13F 46 31
Octal 326 46 235 0 122 33 20 477 106 61
Binary 11010110 100110 10011101 0 1010010 11011 10000 100111111 1000110 110001

Color Harmonies of #D6269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6269D

Black with #D6269D

Text Example


Text Example

White with #D6269D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6269D; }

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

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

background-color css

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

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

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

border-color css

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

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

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