Html Css Color HEX #DD6362 Roman

📋 copy color: '#DD6362'

red 221 ◦ green 99 ◦ blue 98

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

Shades of Roman #DD6362

Tints of Roman #DD6362

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.68%

 BLUE value IS 98 (38.67% from 255) = 23.44%

R = 52.87%
G = 23.68%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD6362 (or 0xDD6362) is known color: Roman. HEX triplet: DD, 63 and 62. RGB value is (221,99,98). Sum of RGB (Red+Green+Blue) = 221+99+98=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6362 is #229C9D. Grayscale: #878787. Windows color (decimal): -2268318 or 6448093. OLE color: 6448093.

HSL color Cylindrical-coordinate representation of color #DD6362: hue angle of 0.49º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6362 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 99 98 -
CMYK 0 0.55 0.56 0.13
HSL 0.49º 0.64% 0.63% -
HSV(B) 0.49º 0.56% 0.87% -
XYZ 36.49 25.18 14.49 -
YUV 135.36 106.92 189.08 -
System Red Green Blue C M Y K H S L
Decimal 221 99 98 0 0.55 0.56 0.13 0.49 0.64 0.63
Hex DD 63 62 0 37 38 D 0 40 3F
Octal 335 143 142 0 67 70 15 0 100 77
Binary 11011101 1100011 1100010 0 110111 111000 1101 0 1000000 111111

Color Harmonies of #DD6362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6362

Black with #DD6362

Text Example


Text Example

White with #DD6362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6362; }

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

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

background-color css

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

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

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

border-color css

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

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

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