Html Css Color HEX #D2345F Cerise

📋 copy color: '#D2345F'

red 210 ◦ green 52 ◦ blue 95

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

Shades of Cerise #D2345F

Tints of Cerise #D2345F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.57%

 BLUE value IS 95 (37.5% from 255) = 26.61%

R = 58.82%
G = 14.57%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2345F (or 0xD2345F) is known color: Cerise. HEX triplet: D2, 34 and 5F. RGB value is (210,52,95). Sum of RGB (Red+Green+Blue) = 210+52+95=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D2345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2345F is #2DCBA0. Grayscale: #686868. Windows color (decimal): -3001249 or 6239442. OLE color: 6239442.

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

Color convert

RGB 210 52 95 -
CMYK 0 0.75 0.55 0.18
HSL 343.67º 0.64% 0.51% -
HSV(B) 343.67º 0.75% 0.82% -
XYZ 29.87 16.98 12.53 -
YUV 104.14 122.85 203.5 -
System Red Green Blue C M Y K H S L
Decimal 210 52 95 0 0.75 0.55 0.18 343.67 0.64 0.51
Hex D2 34 5F 0 4B 37 12 158 40 33
Octal 322 64 137 0 113 67 22 530 100 63
Binary 11010010 110100 1011111 0 1001011 110111 10010 101011000 1000000 110011

Color Harmonies of #D2345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2345F

Black with #D2345F

Text Example


Text Example

White with #D2345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2345F; }

 p { color: rgb(210,52,95); }

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

background-color css

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

 a { background-color: rgb(210,52,95); }

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

border-color css

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

 span { border-color: rgb(210,52,95); }

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