Html Css Color HEX #DD315F Cerise

📋 copy color: '#DD315F'

red 221 ◦ green 49 ◦ blue 95

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

Shades of Cerise #DD315F

Tints of Cerise #DD315F

RGB

 RED value IS 221 (86.72% from 255) = 60.55%

 GREEN value IS 49 (19.53% from 255) = 13.42%

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

R = 60.55%
G = 13.42%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD315F (or 0xDD315F) is known color: Cerise. HEX triplet: DD, 31 and 5F. RGB value is (221,49,95). Sum of RGB (Red+Green+Blue) = 221+49+95=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD315F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD315F is #22CEA0. Grayscale: #696969. Windows color (decimal): -2281121 or 6238685. OLE color: 6238685.

HSL color Cylindrical-coordinate representation of color #DD315F: hue angle of 343.95º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD315F is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 49 95 -
CMYK 0 0.78 0.57 0.13
HSL 343.95º 0.72% 0.53% -
HSV(B) 343.95º 0.78% 0.87% -
XYZ 32.98 18.4 12.64 -
YUV 105.67 121.98 210.26 -
System Red Green Blue C M Y K H S L
Decimal 221 49 95 0 0.78 0.57 0.13 343.95 0.72 0.53
Hex DD 31 5F 0 4E 39 D 158 48 35
Octal 335 61 137 0 116 71 15 530 110 65
Binary 11011101 110001 1011111 0 1001110 111001 1101 101011000 1001000 110101

Color Harmonies of #DD315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD315F

Black with #DD315F

Text Example


Text Example

White with #DD315F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD315F; }

 p { color: rgb(221,49,95); }

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

background-color css

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

 a { background-color: rgb(221,49,95); }

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

border-color css

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

 span { border-color: rgb(221,49,95); }

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