Html Css Color HEX #DA7070 Geraldine

📋 copy color: '#DA7070'

red 218 ◦ green 112 ◦ blue 112

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

Shades of Geraldine #DA7070

Tints of Geraldine #DA7070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.34%

 BLUE value IS 112 (44.14% from 255) = 25.34%

R = 49.32%
G = 25.34%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA7070 (or 0xDA7070) is known color: Geraldine. HEX triplet: DA, 70 and 70. RGB value is (218,112,112). Sum of RGB (Red+Green+Blue) = 218+112+112=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7070 is #258F8F. Grayscale: #8F8F8F. Windows color (decimal): -2461584 or 7368922. OLE color: 7368922.

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

Color convert

RGB 218 112 112 -
CMYK 0 0.49 0.49 0.15
HSL 0.59% 0.65% -
HSV(B) 0.49% 0.85% -
XYZ 37.63 27.66 18.69 -
YUV 143.69 110.12 181 -
System Red Green Blue C M Y K H S L
Decimal 218 112 112 0 0.49 0.49 0.15 0 0.59 0.65
Hex DA 70 70 0 31 31 F 0 3B 41
Octal 332 160 160 0 61 61 17 0 73 101
Binary 11011010 1110000 1110000 0 110001 110001 1111 0 111011 1000001

Color Harmonies of #DA7070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7070

Black with #DA7070

Text Example


Text Example

White with #DA7070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7070; }

 p { color: rgb(218,112,112); }

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

background-color css

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

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

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

border-color css

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

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

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