Html Css Color HEX #DD435F Cerise

📋 copy color: '#DD435F'

red 221 ◦ green 67 ◦ blue 95

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

Shades of Cerise #DD435F

Tints of Cerise #DD435F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.49%

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

R = 57.7%
G = 17.49%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD435F (or 0xDD435F) is known color: Cerise. HEX triplet: DD, 43 and 5F. RGB value is (221,67,95). Sum of RGB (Red+Green+Blue) = 221+67+95=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD435F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD435F is #22BCA0. Grayscale: #747474. Windows color (decimal): -2276513 or 6243293. OLE color: 6243293.

HSL color Cylindrical-coordinate representation of color #DD435F: hue angle of 349.09º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD435F is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 67 95 -
CMYK 0 0.70 0.57 0.13
HSL 349.09º 0.69% 0.56% -
HSV(B) 349.09º 0.7% 0.87% -
XYZ 33.89 20.21 12.94 -
YUV 116.24 116.02 202.72 -
System Red Green Blue C M Y K H S L
Decimal 221 67 95 0 0.70 0.57 0.13 349.09 0.69 0.56
Hex DD 43 5F 0 46 39 D 15D 45 38
Octal 335 103 137 0 106 71 15 535 105 70
Binary 11011101 1000011 1011111 0 1000110 111001 1101 101011101 1000101 111000

Color Harmonies of #DD435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD435F

Black with #DD435F

Text Example


Text Example

White with #DD435F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD435F; }

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

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

background-color css

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

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

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

border-color css

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

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

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