Html Css Color HEX #D6299A Deep Cerise

📋 copy color: '#D6299A'

red 214 ◦ green 41 ◦ blue 154

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

Shades of Deep Cerise #D6299A

Tints of Deep Cerise #D6299A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.65%

R = 52.32%
G = 10.02%
B = 37.65%

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

#D6299A (or 0xD6299A) is known color: Deep Cerise. HEX triplet: D6, 29 and 9A. RGB value is (214,41,154). Sum of RGB (Red+Green+Blue) = 214+41+154=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6299A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6299A is #29D665. Grayscale: #696969. Windows color (decimal): -2741862 or 10103254. OLE color: 10103254.

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

Color convert

RGB 214 41 154 -
CMYK 0 0.81 0.28 0.16
HSL 320.81º 0.68% 0.5% -
HSV(B) 320.81º 0.81% 0.84% -
XYZ 34.36 18.22 32.28 -
YUV 105.61 155.31 205.31 -
System Red Green Blue C M Y K H S L
Decimal 214 41 154 0 0.81 0.28 0.16 320.81 0.68 0.5
Hex D6 29 9A 0 51 1C 10 141 44 32
Octal 326 51 232 0 121 34 20 501 104 62
Binary 11010110 101001 10011010 0 1010001 11100 10000 101000001 1000100 110010

Color Harmonies of #D6299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6299A

Black with #D6299A

Text Example


Text Example

White with #D6299A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6299A; }

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

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

background-color css

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

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

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

border-color css

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

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

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