Html Css Color HEX #D6297B Deep Cerise

📋 copy color: '#D6297B'

red 214 ◦ green 41 ◦ blue 123

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

Shades of Deep Cerise #D6297B

Tints of Deep Cerise #D6297B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.54%

R = 56.61%
G = 10.85%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6297B (or 0xD6297B) is known color: Deep Cerise. HEX triplet: D6, 29 and 7B. RGB value is (214,41,123). Sum of RGB (Red+Green+Blue) = 214+41+123=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6297B is #29D684. Grayscale: #656565. Windows color (decimal): -2741893 or 8071638. OLE color: 8071638.

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

Color convert

RGB 214 41 123 -
CMYK 0 0.81 0.43 0.16
HSL 331.56º 0.68% 0.5% -
HSV(B) 331.56º 0.81% 0.84% -
XYZ 32.1 17.31 20.39 -
YUV 102.08 139.81 207.83 -
System Red Green Blue C M Y K H S L
Decimal 214 41 123 0 0.81 0.43 0.16 331.56 0.68 0.5
Hex D6 29 7B 0 51 2B 10 14C 44 32
Octal 326 51 173 0 121 53 20 514 104 62
Binary 11010110 101001 1111011 0 1010001 101011 10000 101001100 1000100 110010

Color Harmonies of #D6297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6297B

Black with #D6297B

Text Example


Text Example

White with #D6297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6297B; }

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

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

background-color css

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

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

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

border-color css

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

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

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