Html Css Color HEX #D3285B Cerise

📋 copy color: '#D3285B'

red 211 ◦ green 40 ◦ blue 91

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

Shades of Cerise #D3285B

Tints of Cerise #D3285B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.61%

R = 61.7%
G = 11.7%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3285B (or 0xD3285B) is known color: Cerise. HEX triplet: D3, 28 and 5B. RGB value is (211,40,91). Sum of RGB (Red+Green+Blue) = 211+40+91=342 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.70% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 211 - color contains mainly: red. Hex color #D3285B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3285B is #2CD7A4. Grayscale: #606060. Windows color (decimal): -2938789 or 5974227. OLE color: 5974227.

HSL color Cylindrical-coordinate representation of color #D3285B: hue angle of 342.11º 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 #D3285B is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 40 91 -
CMYK 0 0.81 0.57 0.17
HSL 342.11º 0.68% 0.49% -
HSV(B) 342.11º 0.81% 0.83% -
XYZ 29.51 16.12 11.45 -
YUV 96.94 124.65 209.35 -
System Red Green Blue C M Y K H S L
Decimal 211 40 91 0 0.81 0.57 0.17 342.11 0.68 0.49
Hex D3 28 5B 0 51 39 11 156 44 31
Octal 323 50 133 0 121 71 21 526 104 61
Binary 11010011 101000 1011011 0 1010001 111001 10001 101010110 1000100 110001

Color Harmonies of #D3285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3285B

Black with #D3285B

Text Example


Text Example

White with #D3285B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3285B; }

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

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

background-color css

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

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

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

border-color css

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

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

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