Html Css Color HEX #D2326B Cerise

📋 copy color: '#D2326B'

red 210 ◦ green 50 ◦ blue 107

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

Shades of Cerise #D2326B

Tints of Cerise #D2326B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.16%

R = 57.22%
G = 13.62%
B = 29.16%

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

#D2326B (or 0xD2326B) is known color: Cerise. HEX triplet: D2, 32 and 6B. RGB value is (210,50,107). Sum of RGB (Red+Green+Blue) = 210+50+107=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D2326B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2326B is #2DCD94. Grayscale: #686868. Windows color (decimal): -3001749 or 7025362. OLE color: 7025362.

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

Color convert

RGB 210 50 107 -
CMYK 0 0.76 0.49 0.18
HSL 338.63º 0.64% 0.51% -
HSV(B) 338.63º 0.76% 0.82% -
XYZ 30.37 17.04 15.6 -
YUV 104.34 129.51 203.37 -
System Red Green Blue C M Y K H S L
Decimal 210 50 107 0 0.76 0.49 0.18 338.63 0.64 0.51
Hex D2 32 6B 0 4C 31 12 153 40 33
Octal 322 62 153 0 114 61 22 523 100 63
Binary 11010010 110010 1101011 0 1001100 110001 10010 101010011 1000000 110011

Color Harmonies of #D2326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2326B

Black with #D2326B

Text Example


Text Example

White with #D2326B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2326B; }

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

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

background-color css

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

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

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

border-color css

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

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

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