Html Css Color HEX #DD6963 Roman

📋 copy color: '#DD6963'

red 221 ◦ green 105 ◦ blue 99

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

Shades of Roman #DD6963

Tints of Roman #DD6963

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.71%

 BLUE value IS 99 (39.06% from 255) = 23.29%

R = 52%
G = 24.71%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD6963 (or 0xDD6963) is known color: Roman. HEX triplet: DD, 69 and 63. RGB value is (221,105,99). Sum of RGB (Red+Green+Blue) = 221+105+99=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6963 is #22969C. Grayscale: #8B8B8B. Windows color (decimal): -2266781 or 6515165. OLE color: 6515165.

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

Color convert

RGB 221 105 99 -
CMYK 0 0.52 0.55 0.13
HSL 2.95º 0.64% 0.63% -
HSV(B) 2.95º 0.55% 0.87% -
XYZ 37.12 26.38 14.94 -
YUV 139 105.43 186.49 -
System Red Green Blue C M Y K H S L
Decimal 221 105 99 0 0.52 0.55 0.13 2.95 0.64 0.63
Hex DD 69 63 0 34 37 D 3 40 3F
Octal 335 151 143 0 64 67 15 3 100 77
Binary 11011101 1101001 1100011 0 110100 110111 1101 11 1000000 111111

Color Harmonies of #DD6963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6963

Black with #DD6963

Text Example


Text Example

White with #DD6963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6963; }

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

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

background-color css

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

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

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

border-color css

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

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

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