Html Css Color HEX #DD605B Roman

📋 copy color: '#DD605B'

red 221 ◦ green 96 ◦ blue 91

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

Shades of Roman #DD605B

Tints of Roman #DD605B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.53%

 BLUE value IS 91 (35.94% from 255) = 22.3%

R = 54.17%
G = 23.53%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD605B (or 0xDD605B) is known color: Roman. HEX triplet: DD, 60 and 5B. RGB value is (221,96,91). Sum of RGB (Red+Green+Blue) = 221+96+91=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD605B is #229FA4. Grayscale: #848484. Windows color (decimal): -2269093 or 5988573. OLE color: 5988573.

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

Color convert

RGB 221 96 91 -
CMYK 0 0.57 0.59 0.13
HSL 2.31º 0.66% 0.61% -
HSV(B) 2.31º 0.59% 0.87% -
XYZ 35.89 24.49 12.73 -
YUV 132.81 104.41 190.91 -
System Red Green Blue C M Y K H S L
Decimal 221 96 91 0 0.57 0.59 0.13 2.31 0.66 0.61
Hex DD 60 5B 0 39 3B D 2 42 3D
Octal 335 140 133 0 71 73 15 2 102 75
Binary 11011101 1100000 1011011 0 111001 111011 1101 10 1000010 111101

Color Harmonies of #DD605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD605B

Black with #DD605B

Text Example


Text Example

White with #DD605B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD605B; }

 p { color: rgb(221,96,91); }

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

background-color css

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

 a { background-color: rgb(221,96,91); }

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

border-color css

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

 span { border-color: rgb(221,96,91); }

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