Html Css Color HEX #D3365D Cerise

📋 copy color: '#D3365D'

red 211 ◦ green 54 ◦ blue 93

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

Shades of Cerise #D3365D

Tints of Cerise #D3365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.08%

 BLUE value IS 93 (36.72% from 255) = 25.98%

R = 58.94%
G = 15.08%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D3365D (or 0xD3365D) is known color: Cerise. HEX triplet: D3, 36 and 5D. RGB value is (211,54,93). Sum of RGB (Red+Green+Blue) = 211+54+93=358 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.94% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 211 - color contains mainly: red. Hex color #D3365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3365D is #2CC9A2. Grayscale: #696969. Windows color (decimal): -2935203 or 6108883. OLE color: 6108883.

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

Color convert

RGB 211 54 93 -
CMYK 0 0.74 0.56 0.17
HSL 345.1º 0.64% 0.52% -
HSV(B) 345.1º 0.74% 0.83% -
XYZ 30.16 17.28 12.1 -
YUV 105.39 121.01 203.33 -
System Red Green Blue C M Y K H S L
Decimal 211 54 93 0 0.74 0.56 0.17 345.1 0.64 0.52
Hex D3 36 5D 0 4A 38 11 159 40 34
Octal 323 66 135 0 112 70 21 531 100 64
Binary 11010011 110110 1011101 0 1001010 111000 10001 101011001 1000000 110100

Color Harmonies of #D3365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3365D

Black with #D3365D

Text Example


Text Example

White with #D3365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3365D; }

 p { color: rgb(211,54,93); }

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

background-color css

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

 a { background-color: rgb(211,54,93); }

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

border-color css

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

 span { border-color: rgb(211,54,93); }

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