Html Css Color HEX #D65174 Cranberry

📋 copy color: '#D65174'

red 214 ◦ green 81 ◦ blue 116

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

Shades of Cranberry #D65174

Tints of Cranberry #D65174

RGB

 RED value IS 214 (83.98% from 255) = 52.07%

 GREEN value IS 81 (32.03% from 255) = 19.71%

 BLUE value IS 116 (45.7% from 255) = 28.22%

R = 52.07%
G = 19.71%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D65174 (or 0xD65174) is known color: Cranberry. HEX triplet: D6, 51 and 74. RGB value is (214,81,116). Sum of RGB (Red+Green+Blue) = 214+81+116=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D65174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65174 is #29AE8B. Grayscale: #7C7C7C. Windows color (decimal): -2731660 or 7623126. OLE color: 7623126.

HSL color Cylindrical-coordinate representation of color #D65174: hue angle of 344.21º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65174 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 81 116 -
CMYK 0 0.62 0.46 0.16
HSL 344.21º 0.62% 0.58% -
HSV(B) 344.21º 0.62% 0.84% -
XYZ 33.83 21.44 18.88 -
YUV 124.76 123.06 191.65 -
System Red Green Blue C M Y K H S L
Decimal 214 81 116 0 0.62 0.46 0.16 344.21 0.62 0.58
Hex D6 51 74 0 3E 2E 10 158 3E 3A
Octal 326 121 164 0 76 56 20 530 76 72
Binary 11010110 1010001 1110100 0 111110 101110 10000 101011000 111110 111010

Color Harmonies of #D65174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65174

Black with #D65174

Text Example


Text Example

White with #D65174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65174; }

 p { color: rgb(214,81,116); }

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

background-color css

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

 a { background-color: rgb(214,81,116); }

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

border-color css

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

 span { border-color: rgb(214,81,116); }

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