Html Css Color HEX #D6299B Deep Cerise

📋 copy color: '#D6299B'

red 214 ◦ green 41 ◦ blue 155

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

Shades of Deep Cerise #D6299B

Tints of Deep Cerise #D6299B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.8%

R = 52.2%
G = 10%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6299B (or 0xD6299B) is known color: Deep Cerise. HEX triplet: D6, 29 and 9B. RGB value is (214,41,155). Sum of RGB (Red+Green+Blue) = 214+41+155=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6299B is #29D664. Grayscale: #696969. Windows color (decimal): -2741861 or 10168790. OLE color: 10168790.

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

Color convert

RGB 214 41 155 -
CMYK 0 0.81 0.28 0.16
HSL 320.46º 0.68% 0.5% -
HSV(B) 320.46º 0.81% 0.84% -
XYZ 34.44 18.25 32.72 -
YUV 105.72 155.81 205.23 -
System Red Green Blue C M Y K H S L
Decimal 214 41 155 0 0.81 0.28 0.16 320.46 0.68 0.5
Hex D6 29 9B 0 51 1C 10 140 44 32
Octal 326 51 233 0 121 34 20 500 104 62
Binary 11010110 101001 10011011 0 1010001 11100 10000 101000000 1000100 110010

Color Harmonies of #D6299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6299B

Black with #D6299B

Text Example


Text Example

White with #D6299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6299B; }

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

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

background-color css

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

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

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

border-color css

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

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

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