Html Css Color HEX #DF7D9D Carissma

📋 copy color: '#DF7D9D'

red 223 ◦ green 125 ◦ blue 157

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

Shades of Carissma #DF7D9D

Tints of Carissma #DF7D9D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.75%

 BLUE value IS 157 (61.72% from 255) = 31.09%

R = 44.16%
G = 24.75%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF7D9D (or 0xDF7D9D) is known color: Carissma. HEX triplet: DF, 7D and 9D. RGB value is (223,125,157). Sum of RGB (Red+Green+Blue) = 223+125+157=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D9D is #208262. Grayscale: #9D9D9D. Windows color (decimal): -2130531 or 10321375. OLE color: 10321375.

HSL color Cylindrical-coordinate representation of color #DF7D9D: hue angle of 340.41º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7D9D is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 125 157 -
CMYK 0 0.44 0.30 0.13
HSL 340.41º 0.6% 0.68% -
HSV(B) 340.41º 0.44% 0.87% -
XYZ 43.85 32.79 35.92 -
YUV 157.95 127.47 174.4 -
System Red Green Blue C M Y K H S L
Decimal 223 125 157 0 0.44 0.30 0.13 340.41 0.6 0.68
Hex DF 7D 9D 0 2C 1E D 154 3C 44
Octal 337 175 235 0 54 36 15 524 74 104
Binary 11011111 1111101 10011101 0 101100 11110 1101 101010100 111100 1000100

Color Harmonies of #DF7D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7D9D

Black with #DF7D9D

Text Example


Text Example

White with #DF7D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7D9D; }

 p { color: rgb(223,125,157); }

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

background-color css

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

 a { background-color: rgb(223,125,157); }

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

border-color css

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

 span { border-color: rgb(223,125,157); }

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