Html Css Color HEX #D6299F Deep Cerise

📋 copy color: '#D6299F'

red 214 ◦ green 41 ◦ blue 159

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

Shades of Deep Cerise #D6299F

Tints of Deep Cerise #D6299F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.9%

 BLUE value IS 159 (62.5% from 255) = 38.41%

R = 51.69%
G = 9.9%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6299F (or 0xD6299F) is known color: Deep Cerise. HEX triplet: D6, 29 and 9F. RGB value is (214,41,159). Sum of RGB (Red+Green+Blue) = 214+41+159=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D6299F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6299F is #29D660. Grayscale: #696969. Windows color (decimal): -2741857 or 10430934. OLE color: 10430934.

HSL color Cylindrical-coordinate representation of color #D6299F: hue angle of 319.08º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6299F is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 41 159 -
CMYK 0 0.81 0.26 0.16
HSL 319.08º 0.68% 0.5% -
HSV(B) 319.08º 0.81% 0.84% -
XYZ 34.78 18.39 34.52 -
YUV 106.18 157.81 204.91 -
System Red Green Blue C M Y K H S L
Decimal 214 41 159 0 0.81 0.26 0.16 319.08 0.68 0.5
Hex D6 29 9F 0 51 1A 10 13F 44 32
Octal 326 51 237 0 121 32 20 477 104 62
Binary 11010110 101001 10011111 0 1010001 11010 10000 100111111 1000100 110010

Color Harmonies of #D6299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6299F

Black with #D6299F

Text Example


Text Example

White with #D6299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6299F; }

 p { color: rgb(214,41,159); }

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

background-color css

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

 a { background-color: rgb(214,41,159); }

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

border-color css

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

 span { border-color: rgb(214,41,159); }

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