Html Css Color HEX #D3365E Cerise

📋 copy color: '#D3365E'

red 211 ◦ green 54 ◦ blue 94

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

Shades of Cerise #D3365E

Tints of Cerise #D3365E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.18%

R = 58.77%
G = 15.04%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D3365E (or 0xD3365E) is known color: Cerise. HEX triplet: D3, 36 and 5E. RGB value is (211,54,94). Sum of RGB (Red+Green+Blue) = 211+54+94=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D3365E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3365E is #2CC9A1. Grayscale: #696969. Windows color (decimal): -2935202 or 6174419. OLE color: 6174419.

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

Color convert

RGB 211 54 94 -
CMYK 0 0.74 0.55 0.17
HSL 344.71º 0.64% 0.52% -
HSV(B) 344.71º 0.74% 0.83% -
XYZ 30.2 17.3 12.34 -
YUV 105.5 121.51 203.25 -
System Red Green Blue C M Y K H S L
Decimal 211 54 94 0 0.74 0.55 0.17 344.71 0.64 0.52
Hex D3 36 5E 0 4A 37 11 159 40 34
Octal 323 66 136 0 112 67 21 531 100 64
Binary 11010011 110110 1011110 0 1001010 110111 10001 101011001 1000000 110100

Color Harmonies of #D3365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3365E

Black with #D3365E

Text Example


Text Example

White with #D3365E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3365E; }

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

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

background-color css

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

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

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

border-color css

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

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

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