Html Css Color HEX #D3285F Cerise

📋 copy color: '#D3285F'

red 211 ◦ green 40 ◦ blue 95

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

Shades of Cerise #D3285F

Tints of Cerise #D3285F

RGB

 RED value IS 211 (82.81% from 255) = 60.98%

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

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

R = 60.98%
G = 11.56%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D3285F (or 0xD3285F) is known color: Cerise. HEX triplet: D3, 28 and 5F. RGB value is (211,40,95). Sum of RGB (Red+Green+Blue) = 211+40+95=346 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.98% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 211 - color contains mainly: red. Hex color #D3285F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3285F is #2CD7A0. Grayscale: #616161. Windows color (decimal): -2938785 or 6236371. OLE color: 6236371.

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

Color convert

RGB 211 40 95 -
CMYK 0 0.81 0.55 0.17
HSL 340.7º 0.68% 0.49% -
HSV(B) 340.7º 0.81% 0.83% -
XYZ 29.69 16.19 12.39 -
YUV 97.4 126.65 209.03 -
System Red Green Blue C M Y K H S L
Decimal 211 40 95 0 0.81 0.55 0.17 340.7 0.68 0.49
Hex D3 28 5F 0 51 37 11 155 44 31
Octal 323 50 137 0 121 67 21 525 104 61
Binary 11010011 101000 1011111 0 1010001 110111 10001 101010101 1000100 110001

Color Harmonies of #D3285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3285F

Black with #D3285F

Text Example


Text Example

White with #D3285F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3285F; }

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

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

background-color css

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

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

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

border-color css

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

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

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