Html Css Color HEX #DA625C Roman

📋 copy color: '#DA625C'

red 218 ◦ green 98 ◦ blue 92

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

Shades of Roman #DA625C

Tints of Roman #DA625C

RGB

 RED value IS 218 (85.55% from 255) = 53.43%

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

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

R = 53.43%
G = 24.02%
B = 22.55%

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

#DA625C (or 0xDA625C) is known color: Roman. HEX triplet: DA, 62 and 5C. RGB value is (218,98,92). Sum of RGB (Red+Green+Blue) = 218+98+92=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA625C is #259DA3. Grayscale: #858585. Windows color (decimal): -2465188 or 6054618. OLE color: 6054618.

HSL color Cylindrical-coordinate representation of color #DA625C: hue angle of 2.86º degrees, saturation: 0.63, 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 #DA625C is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 98 92 -
CMYK 0 0.55 0.58 0.15
HSL 2.86º 0.63% 0.61% -
HSV(B) 2.86º 0.58% 0.85% -
XYZ 35.21 24.41 12.98 -
YUV 133.2 104.76 188.49 -
System Red Green Blue C M Y K H S L
Decimal 218 98 92 0 0.55 0.58 0.15 2.86 0.63 0.61
Hex DA 62 5C 0 37 3A F 3 3F 3D
Octal 332 142 134 0 67 72 17 3 77 75
Binary 11011010 1100010 1011100 0 110111 111010 1111 11 111111 111101

Color Harmonies of #DA625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA625C

Black with #DA625C

Text Example


Text Example

White with #DA625C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA625C; }

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

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

background-color css

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

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

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

border-color css

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

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

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