Html Css Color HEX #DF7F98 Carissma

📋 copy color: '#DF7F98'

red 223 ◦ green 127 ◦ blue 152

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

Shades of Carissma #DF7F98

Tints of Carissma #DF7F98

RGB

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

 GREEN value IS 127 (50% from 255) = 25.3%

 BLUE value IS 152 (59.77% from 255) = 30.28%

R = 44.42%
G = 25.3%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF7F98 (or 0xDF7F98) is known color: Carissma. HEX triplet: DF, 7F and 98. RGB value is (223,127,152). Sum of RGB (Red+Green+Blue) = 223+127+152=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7F98 is #208067. Grayscale: #9E9E9E. Windows color (decimal): -2130024 or 9994207. OLE color: 9994207.

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

Color convert

RGB 223 127 152 -
CMYK 0 0.43 0.32 0.13
HSL 344.38º 0.6% 0.69% -
HSV(B) 344.38º 0.43% 0.87% -
XYZ 43.69 33.13 33.8 -
YUV 158.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 223 127 152 0 0.43 0.32 0.13 344.38 0.6 0.69
Hex DF 7F 98 0 2B 20 D 158 3C 45
Octal 337 177 230 0 53 40 15 530 74 105
Binary 11011111 1111111 10011000 0 101011 100000 1101 101011000 111100 1000101

Color Harmonies of #DF7F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7F98

Black with #DF7F98

Text Example


Text Example

White with #DF7F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7F98; }

 p { color: rgb(223,127,152); }

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

background-color css

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

 a { background-color: rgb(223,127,152); }

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

border-color css

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

 span { border-color: rgb(223,127,152); }

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