Html Css Color HEX #D3365F Cerise

📋 copy color: '#D3365F'

red 211 ◦ green 54 ◦ blue 95

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

Shades of Cerise #D3365F

Tints of Cerise #D3365F

RGB

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

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

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

R = 58.61%
G = 15%
B = 26.39%

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

#D3365F (or 0xD3365F) is known color: Cerise. HEX triplet: D3, 36 and 5F. RGB value is (211,54,95). Sum of RGB (Red+Green+Blue) = 211+54+95=360 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.61% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 211 - color contains mainly: red. Hex color #D3365F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3365F is #2CC9A0. Grayscale: #696969. Windows color (decimal): -2935201 or 6239955. OLE color: 6239955.

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

Color convert

RGB 211 54 95 -
CMYK 0 0.74 0.55 0.17
HSL 344.33º 0.64% 0.52% -
HSV(B) 344.33º 0.74% 0.83% -
XYZ 30.25 17.31 12.57 -
YUV 105.62 122.01 203.17 -
System Red Green Blue C M Y K H S L
Decimal 211 54 95 0 0.74 0.55 0.17 344.33 0.64 0.52
Hex D3 36 5F 0 4A 37 11 158 40 34
Octal 323 66 137 0 112 67 21 530 100 64
Binary 11010011 110110 1011111 0 1001010 110111 10001 101011000 1000000 110100

Color Harmonies of #D3365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3365F

Black with #D3365F

Text Example


Text Example

White with #D3365F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3365F; }

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

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

background-color css

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

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

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

border-color css

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

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

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