Html Css Color HEX #D65F7C Cranberry

📋 copy color: '#D65F7C'

red 214 ◦ green 95 ◦ blue 124

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

Shades of Cranberry #D65F7C

Tints of Cranberry #D65F7C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.94%

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

R = 49.42%
G = 21.94%
B = 28.64%

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

#D65F7C (or 0xD65F7C) is known color: Cranberry. HEX triplet: D6, 5F and 7C. RGB value is (214,95,124). Sum of RGB (Red+Green+Blue) = 214+95+124=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F7C is #29A083. Grayscale: #858585. Windows color (decimal): -2728068 or 8150998. OLE color: 8150998.

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

Color convert

RGB 214 95 124 -
CMYK 0 0.56 0.42 0.16
HSL 345.38º 0.59% 0.61% -
HSV(B) 345.38º 0.56% 0.84% -
XYZ 35.46 23.94 21.82 -
YUV 133.89 122.42 185.14 -
System Red Green Blue C M Y K H S L
Decimal 214 95 124 0 0.56 0.42 0.16 345.38 0.59 0.61
Hex D6 5F 7C 0 38 2A 10 159 3B 3D
Octal 326 137 174 0 70 52 20 531 73 75
Binary 11010110 1011111 1111100 0 111000 101010 10000 101011001 111011 111101

Color Harmonies of #D65F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F7C

Black with #D65F7C

Text Example


Text Example

White with #D65F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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