Html Css Color HEX #D2375E Cerise

📋 copy color: '#D2375E'

red 210 ◦ green 55 ◦ blue 94

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

Shades of Cerise #D2375E

Tints of Cerise #D2375E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.32%

 BLUE value IS 94 (37.11% from 255) = 26.18%

R = 58.5%
G = 15.32%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2375E (or 0xD2375E) is known color: Cerise. HEX triplet: D2, 37 and 5E. RGB value is (210,55,94). Sum of RGB (Red+Green+Blue) = 210+55+94=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D2375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2375E is #2DC8A1. Grayscale: #696969. Windows color (decimal): -3000482 or 6174674. OLE color: 6174674.

HSL color Cylindrical-coordinate representation of color #D2375E: hue angle of 344.9º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2375E is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 55 94 -
CMYK 0 0.74 0.55 0.18
HSL 344.9º 0.63% 0.52% -
HSV(B) 344.9º 0.74% 0.82% -
XYZ 29.96 17.24 12.34 -
YUV 105.79 121.35 202.33 -
System Red Green Blue C M Y K H S L
Decimal 210 55 94 0 0.74 0.55 0.18 344.9 0.63 0.52
Hex D2 37 5E 0 4A 37 12 159 3F 34
Octal 322 67 136 0 112 67 22 531 77 64
Binary 11010010 110111 1011110 0 1001010 110111 10010 101011001 111111 110100

Color Harmonies of #D2375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2375E

Black with #D2375E

Text Example


Text Example

White with #D2375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2375E; }

 p { color: rgb(210,55,94); }

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

background-color css

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

 a { background-color: rgb(210,55,94); }

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

border-color css

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

 span { border-color: rgb(210,55,94); }

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