Html Css Color HEX #D466AF Hopbush

📋 copy color: '#D466AF'

red 212 ◦ green 102 ◦ blue 175

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

Shades of Hopbush #D466AF

Tints of Hopbush #D466AF

RGB

 RED value IS 212 (83.2% from 255) = 43.35%

 GREEN value IS 102 (40.23% from 255) = 20.86%

 BLUE value IS 175 (68.75% from 255) = 35.79%

R = 43.35%
G = 20.86%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D466AF (or 0xD466AF) is known color: Hopbush. HEX triplet: D4, 66 and AF. RGB value is (212,102,175). Sum of RGB (Red+Green+Blue) = 212+102+175=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D466AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D466AF is #2B9950. Grayscale: #8F8F8F. Windows color (decimal): -2857297 or 11495124. OLE color: 11495124.

HSL color Cylindrical-coordinate representation of color #D466AF: hue angle of 320.18º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D466AF is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 102 175 -
CMYK 0 0.52 0.17 0.17
HSL 320.18º 0.56% 0.62% -
HSV(B) 320.18º 0.52% 0.83% -
XYZ 39.64 26.59 43.6 -
YUV 143.21 145.94 177.06 -
System Red Green Blue C M Y K H S L
Decimal 212 102 175 0 0.52 0.17 0.17 320.18 0.56 0.62
Hex D4 66 AF 0 34 11 11 140 38 3E
Octal 324 146 257 0 64 21 21 500 70 76
Binary 11010100 1100110 10101111 0 110100 10001 10001 101000000 111000 111110

Color Harmonies of #D466AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D466AF

Black with #D466AF

Text Example


Text Example

White with #D466AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D466AF; }

 p { color: rgb(212,102,175); }

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

background-color css

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

 a { background-color: rgb(212,102,175); }

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

border-color css

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

 span { border-color: rgb(212,102,175); }

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