Html Css Color HEX #D3385B Cerise

📋 copy color: '#D3385B'

red 211 ◦ green 56 ◦ blue 91

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

Shades of Cerise #D3385B

Tints of Cerise #D3385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.64%

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

R = 58.94%
G = 15.64%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3385B (or 0xD3385B) is known color: Cerise. HEX triplet: D3, 38 and 5B. RGB value is (211,56,91). Sum of RGB (Red+Green+Blue) = 211+56+91=358 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.94% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 211 - color contains mainly: red. Hex color #D3385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3385B is #2CC7A4. Grayscale: #6A6A6A. Windows color (decimal): -2934693 or 5978323. OLE color: 5978323.

HSL color Cylindrical-coordinate representation of color #D3385B: hue angle of 346.45º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3385B is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 56 91 -
CMYK 0 0.73 0.57 0.17
HSL 346.45º 0.64% 0.52% -
HSV(B) 346.45º 0.73% 0.83% -
XYZ 30.17 17.43 11.67 -
YUV 106.34 119.35 202.65 -
System Red Green Blue C M Y K H S L
Decimal 211 56 91 0 0.73 0.57 0.17 346.45 0.64 0.52
Hex D3 38 5B 0 49 39 11 15A 40 34
Octal 323 70 133 0 111 71 21 532 100 64
Binary 11010011 111000 1011011 0 1001001 111001 10001 101011010 1000000 110100

Color Harmonies of #D3385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3385B

Black with #D3385B

Text Example


Text Example

White with #D3385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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