Html Css Color HEX #D2276F Cerise

📋 copy color: '#D2276F'

red 210 ◦ green 39 ◦ blue 111

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

Shades of Cerise #D2276F

Tints of Cerise #D2276F

RGB

 RED value IS 210 (82.42% from 255) = 58.33%

 GREEN value IS 39 (15.63% from 255) = 10.83%

 BLUE value IS 111 (43.75% from 255) = 30.83%

R = 58.33%
G = 10.83%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2276F (or 0xD2276F) is known color: Cerise. HEX triplet: D2, 27 and 6F. RGB value is (210,39,111). Sum of RGB (Red+Green+Blue) = 210+39+111=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D2276F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2276F is #2DD890. Grayscale: #626262. Windows color (decimal): -3004561 or 7284690. OLE color: 7284690.

HSL color Cylindrical-coordinate representation of color #D2276F: hue angle of 334.74º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2276F is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 39 111 -
CMYK 0 0.81 0.47 0.18
HSL 334.74º 0.69% 0.49% -
HSV(B) 334.74º 0.81% 0.82% -
XYZ 30.17 16.3 16.59 -
YUV 98.34 135.15 207.65 -
System Red Green Blue C M Y K H S L
Decimal 210 39 111 0 0.81 0.47 0.18 334.74 0.69 0.49
Hex D2 27 6F 0 51 2F 12 14F 45 31
Octal 322 47 157 0 121 57 22 517 105 61
Binary 11010010 100111 1101111 0 1010001 101111 10010 101001111 1000101 110001

Color Harmonies of #D2276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2276F

Black with #D2276F

Text Example


Text Example

White with #D2276F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2276F; }

 p { color: rgb(210,39,111); }

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

background-color css

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

 a { background-color: rgb(210,39,111); }

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

border-color css

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

 span { border-color: rgb(210,39,111); }

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