Html Css Color HEX #D3255A Cerise

📋 copy color: '#D3255A'

red 211 ◦ green 37 ◦ blue 90

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

Shades of Cerise #D3255A

Tints of Cerise #D3255A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.63%

R = 62.43%
G = 10.95%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3255A (or 0xD3255A) is known color: Cerise. HEX triplet: D3, 25 and 5A. RGB value is (211,37,90). Sum of RGB (Red+Green+Blue) = 211+37+90=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D3255A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3255A is #2CDAA5. Grayscale: #5F5F5F. Windows color (decimal): -2939558 or 5907923. OLE color: 5907923.

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

Color convert

RGB 211 37 90 -
CMYK 0 0.82 0.57 0.17
HSL 341.72º 0.7% 0.49% -
HSV(B) 341.72º 0.82% 0.83% -
XYZ 29.37 15.91 11.2 -
YUV 95.07 125.15 210.69 -
System Red Green Blue C M Y K H S L
Decimal 211 37 90 0 0.82 0.57 0.17 341.72 0.7 0.49
Hex D3 25 5A 0 52 39 11 156 46 31
Octal 323 45 132 0 122 71 21 526 106 61
Binary 11010011 100101 1011010 0 1010010 111001 10001 101010110 1000110 110001

Color Harmonies of #D3255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3255A

Black with #D3255A

Text Example


Text Example

White with #D3255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3255A; }

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

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

background-color css

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

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

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

border-color css

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

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

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