Html Css Color HEX #D9625C Roman

📋 copy color: '#D9625C'

red 217 ◦ green 98 ◦ blue 92

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

Shades of Roman #D9625C

Tints of Roman #D9625C

RGB

 RED value IS 217 (85.16% from 255) = 53.32%

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

 BLUE value IS 92 (36.33% from 255) = 22.6%

R = 53.32%
G = 24.08%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9625C (or 0xD9625C) is known color: Roman. HEX triplet: D9, 62 and 5C. RGB value is (217,98,92). Sum of RGB (Red+Green+Blue) = 217+98+92=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D9625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9625C is #269DA3. Grayscale: #858585. Windows color (decimal): -2530724 or 6054617. OLE color: 6054617.

HSL color Cylindrical-coordinate representation of color #D9625C: hue angle of 2.88º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9625C is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 98 92 -
CMYK 0 0.55 0.58 0.15
HSL 2.88º 0.62% 0.61% -
HSV(B) 2.88º 0.58% 0.85% -
XYZ 34.91 24.26 12.97 -
YUV 132.9 104.92 187.99 -
System Red Green Blue C M Y K H S L
Decimal 217 98 92 0 0.55 0.58 0.15 2.88 0.62 0.61
Hex D9 62 5C 0 37 3A F 3 3E 3D
Octal 331 142 134 0 67 72 17 3 76 75
Binary 11011001 1100010 1011100 0 110111 111010 1111 11 111110 111101

Color Harmonies of #D9625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9625C

Black with #D9625C

Text Example


Text Example

White with #D9625C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9625C; }

 p { color: rgb(217,98,92); }

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

background-color css

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

 a { background-color: rgb(217,98,92); }

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

border-color css

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

 span { border-color: rgb(217,98,92); }

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