Html Css Color HEX #D3325A Cerise

📋 copy color: '#D3325A'

red 211 ◦ green 50 ◦ blue 90

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

Shades of Cerise #D3325A

Tints of Cerise #D3325A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.25%

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

R = 60.11%
G = 14.25%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3325A (or 0xD3325A) is known color: Cerise. HEX triplet: D3, 32 and 5A. RGB value is (211,50,90). Sum of RGB (Red+Green+Blue) = 211+50+90=351 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.11% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 211 - color contains mainly: red. Hex color #D3325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3325A is #2CCDA5. Grayscale: #666666. Windows color (decimal): -2936230 or 5911251. OLE color: 5911251.

HSL color Cylindrical-coordinate representation of color #D3325A: hue angle of 345.09º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D3325A is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 50 90 -
CMYK 0 0.76 0.57 0.17
HSL 345.09º 0.65% 0.51% -
HSV(B) 345.09º 0.76% 0.83% -
XYZ 29.85 16.87 11.36 -
YUV 102.7 120.84 205.25 -
System Red Green Blue C M Y K H S L
Decimal 211 50 90 0 0.76 0.57 0.17 345.09 0.65 0.51
Hex D3 32 5A 0 4C 39 11 159 41 33
Octal 323 62 132 0 114 71 21 531 101 63
Binary 11010011 110010 1011010 0 1001100 111001 10001 101011001 1000001 110011

Color Harmonies of #D3325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3325A

Black with #D3325A

Text Example


Text Example

White with #D3325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3325A; }

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

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

background-color css

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

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

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

border-color css

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

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

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