Html Css Color HEX #D35A98 Hopbush

📋 copy color: '#D35A98'

red 211 ◦ green 90 ◦ blue 152

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

Shades of Hopbush #D35A98

Tints of Hopbush #D35A98

RGB

 RED value IS 211 (82.81% from 255) = 46.58%

 GREEN value IS 90 (35.55% from 255) = 19.87%

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

R = 46.58%
G = 19.87%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D35A98 (or 0xD35A98) is known color: Hopbush. HEX triplet: D3, 5A and 98. RGB value is (211,90,152). Sum of RGB (Red+Green+Blue) = 211+90+152=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D35A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35A98 is #2CA567. Grayscale: #858585. Windows color (decimal): -2925928 or 9984723. OLE color: 9984723.

HSL color Cylindrical-coordinate representation of color #D35A98: hue angle of 329.26º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D35A98 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 90 152 -
CMYK 0 0.57 0.28 0.17
HSL 329.26º 0.58% 0.59% -
HSV(B) 329.26º 0.57% 0.83% -
XYZ 36.19 23.43 32.32 -
YUV 133.25 138.59 183.46 -
System Red Green Blue C M Y K H S L
Decimal 211 90 152 0 0.57 0.28 0.17 329.26 0.58 0.59
Hex D3 5A 98 0 39 1C 11 149 3A 3B
Octal 323 132 230 0 71 34 21 511 72 73
Binary 11010011 1011010 10011000 0 111001 11100 10001 101001001 111010 111011

Color Harmonies of #D35A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35A98

Black with #D35A98

Text Example


Text Example

White with #D35A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35A98; }

 p { color: rgb(211,90,152); }

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

background-color css

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

 a { background-color: rgb(211,90,152); }

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

border-color css

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

 span { border-color: rgb(211,90,152); }

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