Html Css Color HEX #D2326C Cerise

📋 copy color: '#D2326C'

red 210 ◦ green 50 ◦ blue 108

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

Shades of Cerise #D2326C

Tints of Cerise #D2326C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.35%

R = 57.07%
G = 13.59%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2326C (or 0xD2326C) is known color: Cerise. HEX triplet: D2, 32 and 6C. RGB value is (210,50,108). Sum of RGB (Red+Green+Blue) = 210+50+108=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D2326C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2326C is #2DCD93. Grayscale: #686868. Windows color (decimal): -3001748 or 7090898. OLE color: 7090898.

HSL color Cylindrical-coordinate representation of color #D2326C: hue angle of 338.25º 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 #D2326C is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 50 108 -
CMYK 0 0.76 0.49 0.18
HSL 338.25º 0.64% 0.51% -
HSV(B) 338.25º 0.76% 0.82% -
XYZ 30.43 17.07 15.88 -
YUV 104.45 130.01 203.28 -
System Red Green Blue C M Y K H S L
Decimal 210 50 108 0 0.76 0.49 0.18 338.25 0.64 0.51
Hex D2 32 6C 0 4C 31 12 152 40 33
Octal 322 62 154 0 114 61 22 522 100 63
Binary 11010010 110010 1101100 0 1001100 110001 10010 101010010 1000000 110011

Color Harmonies of #D2326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2326C

Black with #D2326C

Text Example


Text Example

White with #D2326C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2326C; }

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

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

background-color css

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

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

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

border-color css

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

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

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