Html Css Color HEX #D2285F Cerise

📋 copy color: '#D2285F'

red 210 ◦ green 40 ◦ blue 95

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

Shades of Cerise #D2285F

Tints of Cerise #D2285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.59%

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

R = 60.87%
G = 11.59%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2285F (or 0xD2285F) is known color: Cerise. HEX triplet: D2, 28 and 5F. RGB value is (210,40,95). Sum of RGB (Red+Green+Blue) = 210+40+95=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D2285F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2285F is #2DD7A0. Grayscale: #616161. Windows color (decimal): -3004321 or 6236370. OLE color: 6236370.

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

Color convert

RGB 210 40 95 -
CMYK 0 0.81 0.55 0.18
HSL 340.59º 0.68% 0.49% -
HSV(B) 340.59º 0.81% 0.82% -
XYZ 29.4 16.05 12.37 -
YUV 97.1 126.82 208.53 -
System Red Green Blue C M Y K H S L
Decimal 210 40 95 0 0.81 0.55 0.18 340.59 0.68 0.49
Hex D2 28 5F 0 51 37 12 155 44 31
Octal 322 50 137 0 121 67 22 525 104 61
Binary 11010010 101000 1011111 0 1010001 110111 10010 101010101 1000100 110001

Color Harmonies of #D2285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2285F

Black with #D2285F

Text Example


Text Example

White with #D2285F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2285F; }

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

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

background-color css

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

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

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

border-color css

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

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

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