Html Css Color HEX #D3225C Cerise

📋 copy color: '#D3225C'

red 211 ◦ green 34 ◦ blue 92

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

Shades of Cerise #D3225C

Tints of Cerise #D3225C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.09%

 BLUE value IS 92 (36.33% from 255) = 27.3%

R = 62.61%
G = 10.09%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D3225C (or 0xD3225C) is known color: Cerise. HEX triplet: D3, 22 and 5C. RGB value is (211,34,92). Sum of RGB (Red+Green+Blue) = 211+34+92=337 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.61% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 211 - color contains mainly: red. Hex color #D3225C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3225C is #2CDDA3. Grayscale: #5D5D5D. Windows color (decimal): -2940324 or 6038227. OLE color: 6038227.

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

Color convert

RGB 211 34 92 -
CMYK 0 0.84 0.56 0.17
HSL 340.34º 0.72% 0.48% -
HSV(B) 340.34º 0.84% 0.83% -
XYZ 29.37 15.77 11.62 -
YUV 93.54 127.14 211.78 -
System Red Green Blue C M Y K H S L
Decimal 211 34 92 0 0.84 0.56 0.17 340.34 0.72 0.48
Hex D3 22 5C 0 54 38 11 154 48 30
Octal 323 42 134 0 124 70 21 524 110 60
Binary 11010011 100010 1011100 0 1010100 111000 10001 101010100 1001000 110000

Color Harmonies of #D3225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3225C

Black with #D3225C

Text Example


Text Example

White with #D3225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3225C; }

 p { color: rgb(211,34,92); }

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

background-color css

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

 a { background-color: rgb(211,34,92); }

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

border-color css

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

 span { border-color: rgb(211,34,92); }

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