Html Css Color HEX #D3255D Cerise

📋 copy color: '#D3255D'

red 211 ◦ green 37 ◦ blue 93

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

Shades of Cerise #D3255D

Tints of Cerise #D3255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.85%

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

R = 61.88%
G = 10.85%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D3255D (or 0xD3255D) is known color: Cerise. HEX triplet: D3, 25 and 5D. RGB value is (211,37,93). Sum of RGB (Red+Green+Blue) = 211+37+93=341 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.88% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 211 - color contains mainly: red. Hex color #D3255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3255D is #2CDAA2. Grayscale: #5F5F5F. Windows color (decimal): -2939555 or 6104531. OLE color: 6104531.

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

Color convert

RGB 211 37 93 -
CMYK 0 0.82 0.56 0.17
HSL 340.69º 0.7% 0.49% -
HSV(B) 340.69º 0.82% 0.83% -
XYZ 29.5 15.96 11.88 -
YUV 95.41 126.65 210.45 -
System Red Green Blue C M Y K H S L
Decimal 211 37 93 0 0.82 0.56 0.17 340.69 0.7 0.49
Hex D3 25 5D 0 52 38 11 155 46 31
Octal 323 45 135 0 122 70 21 525 106 61
Binary 11010011 100101 1011101 0 1010010 111000 10001 101010101 1000110 110001

Color Harmonies of #D3255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3255D

Black with #D3255D

Text Example


Text Example

White with #D3255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3255D; }

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

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

background-color css

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

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

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

border-color css

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

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

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