Html Css Color HEX #DF7675 Geraldine

📋 copy color: '#DF7675'

red 223 ◦ green 118 ◦ blue 117

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

Shades of Geraldine #DF7675

Tints of Geraldine #DF7675

RGB

 RED value IS 223 (87.5% from 255) = 48.69%

 GREEN value IS 118 (46.48% from 255) = 25.76%

 BLUE value IS 117 (46.09% from 255) = 25.55%

R = 48.69%
G = 25.76%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF7675 (or 0xDF7675) is known color: Geraldine. HEX triplet: DF, 76 and 75. RGB value is (223,118,117). Sum of RGB (Red+Green+Blue) = 223+118+117=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7675 is #20898A. Grayscale: #959595. Windows color (decimal): -2132363 or 7698143. OLE color: 7698143.

HSL color Cylindrical-coordinate representation of color #DF7675: hue angle of 0.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7675 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 118 117 -
CMYK 0 0.47 0.48 0.13
HSL 0.57º 0.62% 0.67% -
HSV(B) 0.57º 0.48% 0.87% -
XYZ 40.12 29.93 20.49 -
YUV 149.28 109.79 180.58 -
System Red Green Blue C M Y K H S L
Decimal 223 118 117 0 0.47 0.48 0.13 0.57 0.62 0.67
Hex DF 76 75 0 2F 30 D 1 3E 43
Octal 337 166 165 0 57 60 15 1 76 103
Binary 11011111 1110110 1110101 0 101111 110000 1101 1 111110 1000011

Color Harmonies of #DF7675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7675

Black with #DF7675

Text Example


Text Example

White with #DF7675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7675; }

 p { color: rgb(223,118,117); }

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

background-color css

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

 a { background-color: rgb(223,118,117); }

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

border-color css

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

 span { border-color: rgb(223,118,117); }

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