Html Css Color HEX #D2325E Cerise

📋 copy color: '#D2325E'

red 210 ◦ green 50 ◦ blue 94

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

Shades of Cerise #D2325E

Tints of Cerise #D2325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.12%

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

R = 59.32%
G = 14.12%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2325E (or 0xD2325E) is known color: Cerise. HEX triplet: D2, 32 and 5E. RGB value is (210,50,94). Sum of RGB (Red+Green+Blue) = 210+50+94=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D2325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2325E is #2DCDA1. Grayscale: #666666. Windows color (decimal): -3001762 or 6173394. OLE color: 6173394.

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

Color convert

RGB 210 50 94 -
CMYK 0 0.76 0.55 0.18
HSL 343.5º 0.64% 0.51% -
HSV(B) 343.5º 0.76% 0.82% -
XYZ 29.74 16.79 12.26 -
YUV 102.86 123.01 204.42 -
System Red Green Blue C M Y K H S L
Decimal 210 50 94 0 0.76 0.55 0.18 343.5 0.64 0.51
Hex D2 32 5E 0 4C 37 12 158 40 33
Octal 322 62 136 0 114 67 22 530 100 63
Binary 11010010 110010 1011110 0 1001100 110111 10010 101011000 1000000 110011

Color Harmonies of #D2325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2325E

Black with #D2325E

Text Example


Text Example

White with #D2325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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