Html Css Color HEX #D7297A Deep Cerise

📋 copy color: '#D7297A'

red 215 ◦ green 41 ◦ blue 122

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

Shades of Deep Cerise #D7297A

Tints of Deep Cerise #D7297A

RGB

 RED value IS 215 (84.38% from 255) = 56.88%

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

 BLUE value IS 122 (48.05% from 255) = 32.28%

R = 56.88%
G = 10.85%
B = 32.28%

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

#D7297A (or 0xD7297A) is known color: Deep Cerise. HEX triplet: D7, 29 and 7A. RGB value is (215,41,122). Sum of RGB (Red+Green+Blue) = 215+41+122=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D7297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7297A is #28D685. Grayscale: #666666. Windows color (decimal): -2676358 or 8006103. OLE color: 8006103.

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

Color convert

RGB 215 41 122 -
CMYK 0 0.81 0.43 0.16
HSL 332.07º 0.69% 0.5% -
HSV(B) 332.07º 0.81% 0.84% -
XYZ 32.33 17.44 20.07 -
YUV 102.26 139.15 208.41 -
System Red Green Blue C M Y K H S L
Decimal 215 41 122 0 0.81 0.43 0.16 332.07 0.69 0.5
Hex D7 29 7A 0 51 2B 10 14C 45 32
Octal 327 51 172 0 121 53 20 514 105 62
Binary 11010111 101001 1111010 0 1010001 101011 10000 101001100 1000101 110010

Color Harmonies of #D7297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7297A

Black with #D7297A

Text Example


Text Example

White with #D7297A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7297A; }

 p { color: rgb(215,41,122); }

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

background-color css

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

 a { background-color: rgb(215,41,122); }

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

border-color css

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

 span { border-color: rgb(215,41,122); }

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