Html Css Color HEX #DD625B Roman

📋 copy color: '#DD625B'

red 221 ◦ green 98 ◦ blue 91

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

Shades of Roman #DD625B

Tints of Roman #DD625B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.9%

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

R = 53.9%
G = 23.9%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD625B (or 0xDD625B) is known color: Roman. HEX triplet: DD, 62 and 5B. RGB value is (221,98,91). Sum of RGB (Red+Green+Blue) = 221+98+91=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD625B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD625B is #229DA4. Grayscale: #868686. Windows color (decimal): -2268581 or 5989085. OLE color: 5989085.

HSL color Cylindrical-coordinate representation of color #DD625B: hue angle of 3.23º 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 #DD625B is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 98 91 -
CMYK 0 0.56 0.59 0.13
HSL 3.23º 0.66% 0.61% -
HSV(B) 3.23º 0.59% 0.87% -
XYZ 36.07 24.86 12.8 -
YUV 133.98 103.75 190.07 -
System Red Green Blue C M Y K H S L
Decimal 221 98 91 0 0.56 0.59 0.13 3.23 0.66 0.61
Hex DD 62 5B 0 38 3B D 3 42 3D
Octal 335 142 133 0 70 73 15 3 102 75
Binary 11011101 1100010 1011011 0 111000 111011 1101 11 1000010 111101

Color Harmonies of #DD625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD625B

Black with #DD625B

Text Example


Text Example

White with #DD625B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD625B; }

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

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

background-color css

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

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

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

border-color css

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

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

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