Html Css Color HEX #D65E7C Cranberry

📋 copy color: '#D65E7C'

red 214 ◦ green 94 ◦ blue 124

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

Shades of Cranberry #D65E7C

Tints of Cranberry #D65E7C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.76%

 BLUE value IS 124 (48.83% from 255) = 28.7%

R = 49.54%
G = 21.76%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D65E7C (or 0xD65E7C) is known color: Cranberry. HEX triplet: D6, 5E and 7C. RGB value is (214,94,124). Sum of RGB (Red+Green+Blue) = 214+94+124=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65E7C is #29A183. Grayscale: #858585. Windows color (decimal): -2728324 or 8150742. OLE color: 8150742.

HSL color Cylindrical-coordinate representation of color #D65E7C: hue angle of 345º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65E7C is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 94 124 -
CMYK 0 0.56 0.42 0.16
HSL 345º 0.59% 0.6% -
HSV(B) 345º 0.56% 0.84% -
XYZ 35.37 23.76 21.79 -
YUV 133.3 122.76 185.56 -
System Red Green Blue C M Y K H S L
Decimal 214 94 124 0 0.56 0.42 0.16 345 0.59 0.6
Hex D6 5E 7C 0 38 2A 10 159 3B 3C
Octal 326 136 174 0 70 52 20 531 73 74
Binary 11010110 1011110 1111100 0 111000 101010 10000 101011001 111011 111100

Color Harmonies of #D65E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65E7C

Black with #D65E7C

Text Example


Text Example

White with #D65E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65E7C; }

 p { color: rgb(214,94,124); }

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

background-color css

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

 a { background-color: rgb(214,94,124); }

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

border-color css

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

 span { border-color: rgb(214,94,124); }

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