Html Css Color HEX #D65172 Cranberry

📋 copy color: '#D65172'

red 214 ◦ green 81 ◦ blue 114

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

Shades of Cranberry #D65172

Tints of Cranberry #D65172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.87%

R = 52.32%
G = 19.8%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D65172 (or 0xD65172) is known color: Cranberry. HEX triplet: D6, 51 and 72. RGB value is (214,81,114). Sum of RGB (Red+Green+Blue) = 214+81+114=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D65172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65172 is #29AE8D. Grayscale: #7C7C7C. Windows color (decimal): -2731662 or 7492054. OLE color: 7492054.

HSL color Cylindrical-coordinate representation of color #D65172: hue angle of 345.11º 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 #D65172 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 81 114 -
CMYK 0 0.62 0.47 0.16
HSL 345.11º 0.62% 0.58% -
HSV(B) 345.11º 0.62% 0.84% -
XYZ 33.71 21.4 18.27 -
YUV 124.53 122.06 191.82 -
System Red Green Blue C M Y K H S L
Decimal 214 81 114 0 0.62 0.47 0.16 345.11 0.62 0.58
Hex D6 51 72 0 3E 2F 10 159 3E 3A
Octal 326 121 162 0 76 57 20 531 76 72
Binary 11010110 1010001 1110010 0 111110 101111 10000 101011001 111110 111010

Color Harmonies of #D65172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65172

Black with #D65172

Text Example


Text Example

White with #D65172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65172; }

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

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

background-color css

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

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

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

border-color css

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

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

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