Html Css Color HEX #DA6F6B Geraldine

📋 copy color: '#DA6F6B'

red 218 ◦ green 111 ◦ blue 107

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

Shades of Geraldine #DA6F6B

Tints of Geraldine #DA6F6B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.46%

 BLUE value IS 107 (42.19% from 255) = 24.54%

R = 50%
G = 25.46%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA6F6B (or 0xDA6F6B) is known color: Geraldine. HEX triplet: DA, 6F and 6B. RGB value is (218,111,107). Sum of RGB (Red+Green+Blue) = 218+111+107=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6F6B is #259094. Grayscale: #8E8E8E. Windows color (decimal): -2461845 or 7040986. OLE color: 7040986.

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

Color convert

RGB 218 111 107 -
CMYK 0 0.49 0.51 0.15
HSL 2.16º 0.6% 0.64% -
HSV(B) 2.16º 0.51% 0.85% -
XYZ 37.25 27.34 17.22 -
YUV 142.54 107.95 181.83 -
System Red Green Blue C M Y K H S L
Decimal 218 111 107 0 0.49 0.51 0.15 2.16 0.6 0.64
Hex DA 6F 6B 0 31 33 F 2 3C 40
Octal 332 157 153 0 61 63 17 2 74 100
Binary 11011010 1101111 1101011 0 110001 110011 1111 10 111100 1000000

Color Harmonies of #DA6F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F6B

Black with #DA6F6B

Text Example


Text Example

White with #DA6F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F6B; }

 p { color: rgb(218,111,107); }

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

background-color css

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

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

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

border-color css

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

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

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